home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jet_boat.swf / scripts / frame_112 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  166 b   |  10 lines

  1. stopAllSounds();
  2. if(_root.typegame == 2 or _root.typegame == 3)
  3. {
  4.    gotoAndPlay(12);
  5. }
  6. if(_root.typegame == 1 and _root.place != 1)
  7. {
  8.    gotoAndPlay(12);
  9. }
  10.